From: Richard M. Stallman Date: Sun, 22 Sep 1996 22:23:25 +0000 (+0000) Subject: (unread-command-event, unread-command-events) X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~82783 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=e4de46c8ca5855a7fd5ff8a82a167a21e140ff00;p=emacs.git (unread-command-event, unread-command-events) (last-command-event): defvars deleted. --- diff --git a/lisp/isearch.el b/lisp/isearch.el index 4df0235ee09..b620b44185d 100644 --- a/lisp/isearch.el +++ b/lisp/isearch.el @@ -1414,11 +1414,6 @@ since they have special meaning in a regexp." ;; Portability functions to support various Emacs versions. -;; To quiet the byte-compiler. -(defvar unread-command-event) -(defvar unread-command-events) -(defvar last-command-event) - (defun isearch-char-to-string (c) (make-string 1 c))